home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!genesis.demon.co.uk
- From: Lawrence Kirby <fred@genesis.demon.co.uk>
- Newsgroups: comp.lang.c
- Subject: Re: help encryption program
- Date: Sun, 14 Jan 96 19:23:41 GMT
- Organization: none
- Message-ID: <821647421snz@genesis.demon.co.uk>
- References: <4dbb0o$dbm@jaring.my>
- Reply-To: fred@genesis.demon.co.uk
- X-NNTP-Posting-Host: genesis.demon.co.uk
- X-Newsreader: Demon Internet Simple News v1.27
- X-Mail2News-Path: genesis.demon.co.uk
-
- In article <4dbb0o$dbm@jaring.my> meimei@pl.jaring.my writes:
-
- >Requirement :
- >==========
- >
- >A encryption scheme is to interchange letters of the alphabet on a
- >one-to-one basis. This can be accomplished with a transalation table
- >for the 52 lowercase and uppercase letters.
- >
- >Write a C program that implements such a scheme to encode text. The
- >program must also have the option to decode text thst has been
- >encoded. The user must select whether he wants to encode or decode the
- >text and then type in the appropriate text.
- >
- >Can anyone solve the above problem ?
-
- Of course we can. However usually the point of a question like that is that
- *you* solve it.
-
- --
- -----------------------------------------
- Lawrence Kirby | fred@genesis.demon.co.uk
- Wilts, England | 70734.126@compuserve.com
- -----------------------------------------
-